object Form1: TForm1 Left = 140 Top = 106 Width = 453 Height = 373 Caption = 'Form1' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 OnClose = FormClose OnCreate = FormCreate TextHeight = 16 object Bevel1: TBevel Left = 58 Top = 252 Width = 291 Height = 25 end object Label1: TLabel Left = 64 Top = 256 Width = 3 Height = 13 end object Label2: TLabel Left = 4 Top = 256 Width = 49 Height = 19 Caption = 'Mouse:' end object Bevel2: TBevel Left = 357 Top = 244 Width = 81 Height = 49 end object ScrollBox1: TScrollBox Left = 12 Top = 8 Width = 405 Height = 233 TabOrder = 0 object Image1: TImage Left = 0 Top = 0 Width = 403 Height = 231 Align = alClient OnMouseDown = Image1MouseDown end end object ButtonEllipse: TButton Left = 16 Top = 300 Width = 121 Height = 29 Caption = 'Elliptic Regions' TabOrder = 1 OnClick = ButtonEllipseClick end object ButtonPolygon: TButton Left = 148 Top = 300 Width = 125 Height = 29 Caption = 'Polygon Regions' TabOrder = 2 OnClick = ButtonPolygonClick end object ButtonRectangle: TButton Left = 284 Top = 300 Width = 133 Height = 29 Caption = 'Rectangle Regions' TabOrder = 3 OnClick = ButtonRectangleClick end object RadioButtonShow: TRadioButton Left = 358 Top = 248 Width = 65 Height = 17 Caption = 'Show' Checked = True TabOrder = 4 TabStop = True OnClick = ShowOrHide end object RadioButtonHide: TRadioButton Left = 358 Top = 272 Width = 69 Height = 17 Caption = 'Hide' TabOrder = 5 OnClick = ShowOrHide end end